ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / ItemFormatter Property

In This Topic
    ItemFormatter Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets the itemFormatter client-side function name for specific series
    Syntax
    'Declaration
     
    Public Property ItemFormatter As String
    public string ItemFormatter {get; set;}
    See Also